home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_nasa / exe_read.me next >
Text File  |  1996-01-30  |  1KB  |  24 lines

  1. NASA Ada Pretty Printer - Installation for IBM AT and Compatibles:
  2.  
  3. AT must have extended RAM with driver=vdisk.sys in config.sys (vdisk.sys comes
  4. with IBM's DOS).  Otherwise, use PP.exe alone (expanded memory helps).
  5.  
  6. INSTALLATION: After making a backup floppy, do the DOS commands designated in 
  7. the left column starting from the root directory.
  8.  
  9.    MD Pretty        |      Act_Tab1.DIO     Act_Tab2.DIO     DirecTab.DIO     
  10.    CD Pretty        |      Heap.COM         Load_PP.BAT      PP.EXE
  11.    A:PP_Exe         |      Pretty_P.DOC     Pretty_P.EXE     Pretty_P.EXT     
  12.                        
  13. Your directory should include the files on the right.  Print Pretty_P.DOC.  If 
  14. you have the Alsys compiler routines, Heap.COM can be deleted.  If your RAM is 
  15. not D: then you will need to edit Load_PP.BAT to designate the correct drive.
  16.  
  17. EXECUTION:
  18. with RAM:        Load_PP        (This only needs to be done once per session.)
  19.                  Pretty_Print
  20.  
  21. without RAM:     PP
  22.  
  23. On the prompt enter file name.  The last two letters will be changed to -PP 
  24. for the formatted source and -SR for the status report.